-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combining PRs for streamlining testing and merging #2430
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ct feature branch.
Co-authored-by: Rahul Mahajan <[email protected]>
Co-authored-by: David Huber <[email protected]>
The new Fit2Obs tag is v1.1.0. Change fit2obs_ver=1.1.0 Refs NOAA-EMC#2329
Set the Fit2Obs MODULEPATH back to use fit2obs_ver. Refs NOAA-EMC#2329
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
DO NOT MERGE
This PR is not running cleanly without issues on Hera.
Description
This PR combines:
APP
for differentRUN
configurationsNote theTODO
for installing fit2obs version 1.1.0 on Orion, Hercules and WCOSS2 and updatingrun.spack.ver
etc.Type of change
Change characteristics
How has this been tested?
Since Jenkins on Hera is not available due to Java issues, a bunch of CI runs are being run on Hera at:
Update on tests:
The
C48mx500_3DVarAOWCDA
test fails ingdasprepoceanobs
for a missing filegdas.t18z.sst_avhrr_ma_l3u.2021032418.nc4
.See log:
/scratch1/NCEPDEV/stmp2/Rahul.Mahajan/RUNTESTS/pr2430_6218b3/COMROOT/C48mx500_3DVarAOWCDA/logs/2021032418/gdasprepoceanobs.log
In the same experiment the
gdasanal
job failed with the error:See log:
/scratch1/NCEPDEV/stmp2/Rahul.Mahajan/RUNTESTS/pr2430_6218b3/COMROOT/C48mx500_3DVarAOWCDA/logs/2021032418/gdasanal.log
The analysis jobs for 3DVar and 4DEnVar run to completion.
In the
C96_atmaerosnow
test jobprepsnowobs.sh
,pip
is not found inload_ufsda_modules.sh
See log:
/scratch1/NCEPDEV/stmp2/Rahul.Mahajan/RUNTESTS/pr2430_6218b3/COMROOT/C96_atmaerosnowDA/logs/2021122018/gdasprepsnowobs.log
pip list
was taken out fromload_ufsda_modules.sh
prepsnowobs.sh
has an incorrect path toiodaconv
. This is corrected.pyiodaconv
is no longer built w/ python 3.7. It is hard-wired, and now updated to 3.10.Offline UPP job for atm analysis
atmanlupp
as well asecen
jobs are seeingGLIBC
errors like below:See log:
and
The log:
These could these be related to stack or the machine, but several other python jobs are running fine as well as other executables. A Hera helpdesk ticket has been opened.
Checklist